Name | Description | |
---|---|---|
![]() | GenericNetwork.Edge<V,E,Y> Constructor |
The following tables list the members exposed by GenericNetwork.Edge<V,E,Y>.
Name | Description | |
---|---|---|
![]() | GenericNetwork.Edge<V,E,Y> Constructor |
Name | Description | |
---|---|---|
![]() | FromVertex | Gets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. |
![]() | Link | Gets or sets this edge's associated Link. |
![]() | Network | Gets or sets the network that this edge is part of. |
![]() | Route | Gets the Route associated with this edge. This may be needed by the algorithm to add bends to the link. |
![]() | ToVertex | Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. |
Name | Description | |
---|---|---|
![]() | CommitPosition | Commits the position of the edge to the corresponding Link. |
![]() | GetOtherVertex | Finds and returns the edge's vertex other than v. Returns null if v is neither the "from" vertex or "to" vertex. |